#CCFFCA

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

Shades of Blue Romance #CCFFCA

Tints of Blue Romance #CCFFCA

Color information

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

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

Color convert

RGB204255202-
CMYK0.200.210
HSL117.74º100%89.61%-
HSV(B)117.74º20.78%100%-
XYZ71.3288.6269.22-
YUV233.71110.1106.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552020.200.210117.7410089.61
HexCCFFCA14015076645a
Octal314377312240250166144132
Binary110011001111111111001010101000101010111011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFCA; }

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

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

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

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

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

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

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

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