#CBF9FF

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

Shades of Light Cyan #CBF9FF

Tints of Light Cyan #CBF9FF

Color information

#CBF9FF (or 0xCBF9FF) is unknown color: approx Light Cyan. HEX triplet: CB, F9 and FF. RGB value is (203,249,255). Sum of RGB (Red+Green+Blue) = 203+249+255=707 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.71% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF9FF is #340600. Grayscale: #EBEBEB. Windows color (decimal): -3409409 or 16775627. OLE color: 16775627.

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

Color convert

RGB203249255-
CMYK0.200.0200
HSL186.92º100%89.8%-
HSV(B)186.92º20.39%100%-
XYZ76.5587.67107.49-
YUV235.93138.76104.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 28.71%
GREEN value IS 249 (97.66% from 255) = 35.22%
BLUE value IS 255 (100% from 255) = 36.07%
R=28.71%
G=35.22%
B=36.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032492550.200.0200186.9210089.8
HexCBF9FF14200bb645a
Octal31337137724200273144132
Binary1100101111111001111111111010010001011101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9FF; }

 p { color: rgb(203,249,255); }

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

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

 a { background-color: rgb(203,249,255); }

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

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

 span { border-color: rgb(203,249,255); }

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