Html Css Color HEX #6AEAFE Baby Blue

📋 copy color: '#6AEAFE'

red 106 ◦ green 234 ◦ blue 254

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

Shades of Baby Blue #6AEAFE

Tints of Baby Blue #6AEAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.39%

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 17.85%
G = 39.39%
B = 42.76%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6AEAFE (or 0x6AEAFE) is known color: Baby Blue. HEX triplet: 6A, EA and FE. RGB value is (106,234,254). Sum of RGB (Red+Green+Blue) = 106+234+254=594 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.85% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEAFE is #951501. Grayscale: #C5C5C5. Windows color (decimal): -9770242 or 16706154. OLE color: 16706154.

HSL color Cylindrical-coordinate representation of color #6AEAFE: hue angle of 188.11º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AEAFE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 234 254 -
CMYK 0.58 0.08 0 0.00
HSL 188.11º 0.99% 0.71% -
HSV(B) 188.11º 0.58% 1% -
XYZ 53.26 69.07 104.29 -
YUV 198.01 159.59 62.37 -
System Red Green Blue C M Y K H S L
Decimal 106 234 254 0.58 0.08 0 0.00 188.11 0.99 0.71
Hex 6A EA FE 3A 8 0 0 BC 63 47
Octal 152 352 376 72 10 0 0 274 143 107
Binary 1101010 11101010 11111110 111010 1000 0 0 10111100 1100011 1000111

Color Harmonies of #6AEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEAFE

Black with #6AEAFE

Text Example


Text Example

White with #6AEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,234,254); }

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

background-color css

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

 a { background-color: rgb(106,234,254); }

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

border-color css

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

 span { border-color: rgb(106,234,254); }

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