#CBFDFF

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

Shades of Light Cyan #CBFDFF

Tints of Light Cyan #CBFDFF

Color information

#CBFDFF (or 0xCBFDFF) is unknown color: approx Light Cyan. HEX triplet: CB, FD and FF. RGB value is (203,253,255). Sum of RGB (Red+Green+Blue) = 203+253+255=711 (94% of max value = 765). Red value is 203 (79.69% from 255 or 28.55% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFDFF is #340200. Grayscale: #EEEEEE. Windows color (decimal): -3408385 or 16776651. OLE color: 16776651.

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

Color convert

RGB203253255-
CMYK0.200.0100
HSL182.31º100%89.8%-
HSV(B)182.31º20.39%100%-
XYZ77.890.17107.91-
YUV238.28137.44102.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 28.55%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 255 (100% from 255) = 35.86%
R=28.55%
G=35.58%
B=35.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032532550.200.0100182.3110089.8
HexCBFDFF14100b6645a
Octal31337537724100266144132
Binary110010111111110111111111101001001011011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDFF; }

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

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

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

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

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

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

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

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