#CBF9FD

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

Shades of Light Cyan #CBF9FD

Tints of Light Cyan #CBF9FD

Color information

#CBF9FD (or 0xCBF9FD) is unknown color: approx Light Cyan. HEX triplet: CB, F9 and FD. RGB value is (203,249,253). Sum of RGB (Red+Green+Blue) = 203+249+253=705 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.79% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF9FD is #340602. Grayscale: #EBEBEB. Windows color (decimal): -3409411 or 16644555. OLE color: 16644555.

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

Color convert

RGB203249253-
CMYK0.200.0200.01
HSL184.8º92.59%89.41%-
HSV(B)184.8º19.76%99.22%-
XYZ76.2387.54105.81-
YUV235.7137.76104.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 28.79%
GREEN value IS 249 (97.66% from 255) = 35.32%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=28.79%
G=35.32%
B=35.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032492530.200.0200.01184.892.5989.41
HexCBF9FD14201b95d59
Octal31337137524201271135131
Binary1100101111111001111111011010010011011100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9FD; }

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

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

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

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

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

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

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

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