Html Css Color HEX #CAFFCC Blue Romance

📋 copy color: '#CAFFCC'

red 202 ◦ green 255 ◦ blue 204

#CAFFCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #CAFFCC

Tints of Blue Romance #CAFFCC

RGB

 RED value IS 202 (79.3% 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 value IS 0.21

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#CAFFCC (or 0xCAFFCC) is known color: 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

RGB 202 255 204 -
CMYK 0.21 0 0.2 0
HSL 122.26º 1% 0.9% -
HSV(B) 122.26º 0.21% 1% -
XYZ 71.02 88.44 70.45 -
YUV 233.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 202 255 204 0.21 0 0.2 0 122.26 1 0.9
Hex CA FF CC 15 0 14 0 7A 64 5A
Octal 312 377 314 25 0 24 0 172 144 132
Binary 11001010 11111111 11001100 10101 0 10100 0 1111010 1100100 1011010

Color Harmonies of #CAFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFCC

Black with #CAFFCC

Text Example


Text Example

White with #CAFFCC

Text Example


Text Example

HTML Codes & Css Web 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>