#CFFFFB

Color #CFFFFB Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CFFFFB

Tints of Light Cyan #CFFFFB

Color information

#CFFFFB (or 0xCFFFFB) is unknown color: approx Light Cyan. HEX triplet: CF, FF and FB. RGB value is (207,255,251). Sum of RGB (Red+Green+Blue) = 207+255+251=713 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.03% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFFB is #300004. Grayscale: #F0F0F0. Windows color (decimal): -3145733 or 16515023. OLE color: 16515023.

HSL color Cylindrical-coordinate representation of color #CFFFFB: hue angle of 175º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFFB is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB207255251-
CMYK0.1900.020
HSL175º100%90.59%-
HSV(B)175º18.82%100%-
XYZ78.991.75104.82-
YUV240.19134.1104.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.03%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=29.03%
G=35.76%
B=35.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072552510.1900.02017510090.59
HexCFFFFB13020af645b
Octal31737737323020257144133
Binary1100111111111111111110111001101001010111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFFB; }

 p { color: rgb(207,255,251); }

 H1.HeaderClassName
 {
   color: #CFFFFB;
 }
 .AnyTagClassName
 {
   color: #CFFFFB;
 }
</style>
background-color css

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

 a { background-color: rgb(207,255,251); }

 div.DivClassName
 {
   background-color: #CFFFFB;
 }
 .BgClassName
 {
   background-color: #CFFFFB;
 }
</style>
border-color css

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

 span { border-color: rgb(207,255,251); }

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