#CAFFCB

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

Shades of Blue Romance #CAFFCB

Tints of Blue Romance #CAFFCB

Color information

#CAFFCB (or 0xCAFFCB) is unknown color: approx Blue Romance. HEX triplet: CA, FF and CB. RGB value is (202,255,203). Sum of RGB (Red+Green+Blue) = 202+255+203=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFCB is #350034. Grayscale: #E9E9E9. Windows color (decimal): -3473461 or 13369290. OLE color: 13369290.

HSL color Cylindrical-coordinate representation of color #CAFFCB: hue angle of 121.13º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFCB is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB202255203-
CMYK0.2100.200
HSL121.13º100%89.61%-
HSV(B)121.13º20.78%100%-
XYZ70.988.3969.82-
YUV233.22110.94105.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=30.61%
G=38.64%
B=30.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552030.2100.200121.1310089.61
HexCAFFCB15014079645a
Octal312377313250240171144132
Binary110010101111111111001011101010101000111100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFCB; }

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

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

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

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

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

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

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

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