#CBFDF7

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

Shades of Light Cyan #CBFDF7

Tints of Light Cyan #CBFDF7

Color information

#CBFDF7 (or 0xCBFDF7) is unknown color: approx Light Cyan. HEX triplet: CB, FD and F7. RGB value is (203,253,247). Sum of RGB (Red+Green+Blue) = 203+253+247=703 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.88% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFDF7 is #340208. Grayscale: #EDEDED. Windows color (decimal): -3408393 or 16252363. OLE color: 16252363.

HSL color Cylindrical-coordinate representation of color #CBFDF7: hue angle of 172.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDF7 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB203253247-
CMYK0.2000.020.01
HSL172.8º92.59%89.41%-
HSV(B)172.8º19.76%99.22%-
XYZ76.5489.66101.27-
YUV237.37133.44103.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 28.88%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 247 (96.88% from 255) = 35.14%
R=28.88%
G=35.99%
B=35.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032532470.2000.020.01172.892.5989.41
HexCBFDF714021ad5d59
Octal31337536724021255135131
Binary1100101111111101111101111010001011010110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDF7; }

 p { color: rgb(203,253,247); }

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

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

 a { background-color: rgb(203,253,247); }

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

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

 span { border-color: rgb(203,253,247); }

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