Html Css Color HEX #6FFCF6 Baby Blue

📋 copy color: '#6FFCF6'

red 111 ◦ green 252 ◦ blue 246

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

Shades of Baby Blue #6FFCF6

Tints of Baby Blue #6FFCF6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.38%

 BLUE value IS 246 (96.48% from 255) = 40.39%

R = 18.23%
G = 41.38%
B = 40.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#6FFCF6 (or 0x6FFCF6) is known color: Baby Blue. HEX triplet: 6F, FC and F6. RGB value is (111,252,246). Sum of RGB (Red+Green+Blue) = 111+252+246=609 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.23% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFCF6 is #900309. Grayscale: #D1D1D1. Windows color (decimal): -9437962 or 16186479. OLE color: 16186479.

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

Color convert

RGB 111 252 246 -
CMYK 0.56 0 0.02 0.01
HSL 177.45º 0.96% 0.71% -
HSV(B) 177.45º 0.56% 0.99% -
XYZ 58 79.65 99.51 -
YUV 209.16 148.79 57.99 -
System Red Green Blue C M Y K H S L
Decimal 111 252 246 0.56 0 0.02 0.01 177.45 0.96 0.71
Hex 6F FC F6 38 0 2 1 B1 60 47
Octal 157 374 366 70 0 2 1 261 140 107
Binary 1101111 11111100 11110110 111000 0 10 1 10110001 1100000 1000111

Color Harmonies of #6FFCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFCF6

Black with #6FFCF6

Text Example


Text Example

White with #6FFCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,252,246); }

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

background-color css

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

 a { background-color: rgb(111,252,246); }

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

border-color css

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

 span { border-color: rgb(111,252,246); }

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