Html Css Color HEX #6FFAF4 Baby Blue

📋 copy color: '#6FFAF4'

red 111 ◦ green 250 ◦ blue 244

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

Shades of Baby Blue #6FFAF4

Tints of Baby Blue #6FFAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.33%

R = 18.35%
G = 41.32%
B = 40.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#6FFAF4 (or 0x6FFAF4) is known color: Baby Blue. HEX triplet: 6F, FA and F4. RGB value is (111,250,244). Sum of RGB (Red+Green+Blue) = 111+250+244=605 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.35% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAF4 is #90050B. Grayscale: #CFCFCF. Windows color (decimal): -9438476 or 16054895. OLE color: 16054895.

HSL color Cylindrical-coordinate representation of color #6FFAF4: hue angle of 177.41º 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 #6FFAF4 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 250 244 -
CMYK 0.56 0 0.02 0.02
HSL 177.41º 0.93% 0.71% -
HSV(B) 177.41º 0.56% 0.98% -
XYZ 57.07 78.28 97.69 -
YUV 207.76 148.45 58.99 -
System Red Green Blue C M Y K H S L
Decimal 111 250 244 0.56 0 0.02 0.02 177.41 0.93 0.71
Hex 6F FA F4 38 0 2 2 B1 5D 47
Octal 157 372 364 70 0 2 2 261 135 107
Binary 1101111 11111010 11110100 111000 0 10 10 10110001 1011101 1000111

Color Harmonies of #6FFAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAF4

Black with #6FFAF4

Text Example


Text Example

White with #6FFAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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