Html Css Color HEX #CAFECA Blue Romance

📋 copy color: '#CAFECA'

red 202 ◦ green 254 ◦ blue 202

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

Shades of Blue Romance #CAFECA

Tints of Blue Romance #CAFECA

RGB

 RED value IS 202 (79.3% from 255) = 30.7%

 GREEN value IS 254 (99.61% from 255) = 38.6%

 BLUE value IS 202 (79.3% from 255) = 30.7%

R = 30.7%
G = 38.6%
B = 30.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#CAFECA (or 0xCAFECA) is known color: Blue Romance. HEX triplet: CA, FE and CA. RGB value is (202,254,202). Sum of RGB (Red+Green+Blue) = 202+254+202=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFECA is #350135. Grayscale: #E8E8E8. Windows color (decimal): -3473718 or 13303498. OLE color: 13303498.

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

Color convert

RGB 202 254 202 -
CMYK 0.20 0 0.20 0.00
HSL 120º 0.96% 0.89% -
HSV(B) 120º 0.2% 1% -
XYZ 70.46 87.7 69.09 -
YUV 232.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 202 254 202 0.20 0 0.20 0.00 120 0.96 0.89
Hex CA FE CA 14 0 14 0 78 60 59
Octal 312 376 312 24 0 24 0 170 140 131
Binary 11001010 11111110 11001010 10100 0 10100 0 1111000 1100000 1011001

Color Harmonies of #CAFECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFECA

Black with #CAFECA

Text Example


Text Example

White with #CAFECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFECA; }

 p { color: rgb(202,254,202); }

 H1.HeaderClassName
 {
   color: #CAFECA;
 }
 .AnyTagClassName
 {
   color: #CAFECA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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