#CBF9CC

Color #CBF9CC Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CBF9CC

Tints of Blue Romance #CBF9CC

Color information

#CBF9CC (or 0xCBF9CC) is unknown color: approx Blue Romance. HEX triplet: CB, F9 and CC. RGB value is (203,249,204). Sum of RGB (Red+Green+Blue) = 203+249+204=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9CC is #340633. Grayscale: #E6E6E6. Windows color (decimal): -3409460 or 13433291. OLE color: 13433291.

HSL color Cylindrical-coordinate representation of color #CBF9CC: hue angle of 121.3º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF9CC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB203249204-
CMYK0.1800.180.02
HSL121.3º79.31%88.63%-
HSV(B)121.3º18.47%97.65%-
XYZ69.484.8169.84-
YUV230.12113.26108.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=30.95%
G=37.96%
B=31.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032492040.1800.180.02121.379.3188.63
HexCBF9CC120122794f59
Octal313371314220222171117131
Binary1100101111111001110011001001001001010111100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9CC; }

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

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

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

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

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

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

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

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