#CAFFCC

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

Shades of Blue Romance #CAFFCC

Tints of Blue Romance #CAFFCC

Color information

#CAFFCC (or 0xCAFFCC) is unknown color: approx Blue Romance. HEX triplet: CA, FF and CC. RGB value is (202,255,204). Sum of RGB (Red+Green+Blue) = 202+255+204=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFCC is #350033. Grayscale: #E9E9E9. Windows color (decimal): -3473460 or 13434826. OLE color: 13434826.

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

Color convert

RGB202255204-
CMYK0.2100.20
HSL122.26º100%89.61%-
HSV(B)122.26º20.78%100%-
XYZ71.0288.4470.45-
YUV233.34111.44105.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=30.56%
G=38.58%
B=30.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552040.2100.20122.2610089.61
HexCAFFCC1501407a645a
Octal312377314250240172144132
Binary110010101111111111001100101010101000111101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFCC; }

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

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

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

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

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

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

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

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