Html Css Color HEX #6FFAE7 Baby Blue

📋 copy color: '#6FFAE7'

red 111 ◦ green 250 ◦ blue 231

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

Shades of Baby Blue #6FFAE7

Tints of Baby Blue #6FFAE7

RGB

 RED value IS 111 (43.75% from 255) = 18.75%

 GREEN value IS 250 (98.05% from 255) = 42.23%

 BLUE value IS 231 (90.63% from 255) = 39.02%

R = 18.75%
G = 42.23%
B = 39.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#6FFAE7 (or 0x6FFAE7) is known color: Baby Blue. HEX triplet: 6F, FA and E7. RGB value is (111,250,231). Sum of RGB (Red+Green+Blue) = 111+250+231=592 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.75% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAE7 is #900518. Grayscale: #CECECE. Windows color (decimal): -9438489 or 15202927. OLE color: 15202927.

HSL color Cylindrical-coordinate representation of color #6FFAE7: hue angle of 171.8º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFAE7 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 250 231 -
CMYK 0.56 0 0.08 0.02
HSL 171.8º 0.93% 0.71% -
HSV(B) 171.8º 0.56% 0.98% -
XYZ 55.16 77.52 87.66 -
YUV 206.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 111 250 231 0.56 0 0.08 0.02 171.8 0.93 0.71
Hex 6F FA E7 38 0 8 2 AC 5D 47
Octal 157 372 347 70 0 10 2 254 135 107
Binary 1101111 11111010 11100111 111000 0 1000 10 10101100 1011101 1000111

Color Harmonies of #6FFAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAE7

Black with #6FFAE7

Text Example


Text Example

White with #6FFAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,250,231); }

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

background-color css

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

 a { background-color: rgb(111,250,231); }

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

border-color css

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

 span { border-color: rgb(111,250,231); }

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