#CBFCC9

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

Shades of Blue Romance #CBFCC9

Tints of Blue Romance #CBFCC9

Color information

#CBFCC9 (or 0xCBFCC9) is unknown color: approx Blue Romance. HEX triplet: CB, FC and C9. RGB value is (203,252,201). Sum of RGB (Red+Green+Blue) = 203+252+201=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCC9 is #340336. Grayscale: #E7E7E7. Windows color (decimal): -3408695 or 13237451. OLE color: 13237451.

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

Color convert

RGB203252201-
CMYK0.1900.200.01
HSL117.65º89.47%88.82%-
HSV(B)117.65º20.24%98.82%-
XYZ69.9886.5368.27-
YUV231.53110.77107.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 201 (78.91% from 255) = 30.64%
R=30.95%
G=38.41%
B=30.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032522010.1900.200.01117.6589.4788.82
HexCBFCC9130141765959
Octal313374311230241166131131
Binary110010111111110011001001100110101001111011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCC9; }

 p { color: rgb(203,252,201); }

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

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

 a { background-color: rgb(203,252,201); }

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

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

 span { border-color: rgb(203,252,201); }

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