#CBFFCC

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

Shades of Blue Romance #CBFFCC

Tints of Blue Romance #CBFFCC

Color information

#CBFFCC (or 0xCBFFCC) is unknown color: approx Blue Romance. HEX triplet: CB, FF and CC. RGB value is (203,255,204). Sum of RGB (Red+Green+Blue) = 203+255+204=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFCC is #340033. Grayscale: #E9E9E9. Windows color (decimal): -3407924 or 13434827. OLE color: 13434827.

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

Color convert

RGB203255204-
CMYK0.2000.20
HSL121.15º100%89.8%-
HSV(B)121.15º20.39%100%-
XYZ71.2988.5870.47-
YUV233.64111.27106.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.66%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=30.66%
G=38.52%
B=30.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552040.2000.20121.1510089.8
HexCBFFCC14014079645a
Octal313377314240240171144132
Binary110010111111111111001100101000101000111100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFCC; }

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

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

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

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

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

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

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

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