Html Css Color HEX #6AF3ED Baby Blue

📋 copy color: '#6AF3ED'

red 106 ◦ green 243 ◦ blue 237

#6AF3ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #6AF3ED

Tints of Baby Blue #6AF3ED

RGB

 RED value IS 106 (41.8% from 255) = 18.09%

 GREEN value IS 243 (95.31% from 255) = 41.47%

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 18.09%
G = 41.47%
B = 40.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6AF3ED (or 0x6AF3ED) is known color: Baby Blue. HEX triplet: 6A, F3 and ED. RGB value is (106,243,237). Sum of RGB (Red+Green+Blue) = 106+243+237=586 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.09% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF3ED is #950C12. Grayscale: #C9C9C9. Windows color (decimal): -9767955 or 15594346. OLE color: 15594346.

HSL color Cylindrical-coordinate representation of color #6AF3ED: hue angle of 177.37º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF3ED is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 237 -
CMYK 0.56 0 0.02 0.05
HSL 177.37º 0.85% 0.68% -
HSV(B) 177.37º 0.56% 0.95% -
XYZ 53.28 73.28 91.46 -
YUV 201.35 148.11 59.99 -
System Red Green Blue C M Y K H S L
Decimal 106 243 237 0.56 0 0.02 0.05 177.37 0.85 0.68
Hex 6A F3 ED 38 0 2 5 B1 55 44
Octal 152 363 355 70 0 2 5 261 125 104
Binary 1101010 11110011 11101101 111000 0 10 101 10110001 1010101 1000100

Color Harmonies of #6AF3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF3ED

Black with #6AF3ED

Text Example


Text Example

White with #6AF3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AF3ED; }

 p { color: rgb(106,243,237); }

 H1.HeaderClassName
 {
   color: #6AF3ED;
 }
 .AnyTagClassName
 {
   color: #6AF3ED;
 }
</style>

background-color css

<style>
 a { background-color: #6AF3ED; }

 a { background-color: rgb(106,243,237); }

 div.DivClassName
 {
   background-color: #6AF3ED;
 }
 .BgClassName
 {
   background-color: #6AF3ED;
 }
</style>

border-color css

<style>
 span { border-color: #6AF3ED; }

 span { border-color: rgb(106,243,237); }

 td.TdClassName
 {
   border-color: #6AF3ED;
 }
 .TagClassName
 {
   border-color: #6AF3ED;
 }
</style>