Html Css Color HEX #6FFAF8 Baby Blue

📋 copy color: '#6FFAF8'

red 111 ◦ green 250 ◦ blue 248

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

Shades of Baby Blue #6FFAF8

Tints of Baby Blue #6FFAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.72%

R = 18.23%
G = 41.05%
B = 40.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#6FFAF8 (or 0x6FFAF8) is known color: Baby Blue. HEX triplet: 6F, FA and F8. RGB value is (111,250,248). Sum of RGB (Red+Green+Blue) = 111+250+248=609 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.23% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAF8 is #900507. Grayscale: #D0D0D0. Windows color (decimal): -9438472 or 16317039. OLE color: 16317039.

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

Color convert

RGB 111 250 248 -
CMYK 0.56 0 0.01 0.02
HSL 179.14º 0.93% 0.71% -
HSV(B) 179.14º 0.56% 0.98% -
XYZ 57.68 78.53 100.92 -
YUV 208.21 150.45 58.66 -
System Red Green Blue C M Y K H S L
Decimal 111 250 248 0.56 0 0.01 0.02 179.14 0.93 0.71
Hex 6F FA F8 38 0 1 2 B3 5D 47
Octal 157 372 370 70 0 1 2 263 135 107
Binary 1101111 11111010 11111000 111000 0 1 10 10110011 1011101 1000111

Color Harmonies of #6FFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAF8

Black with #6FFAF8

Text Example


Text Example

White with #6FFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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