#CAFEC8

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

Shades of Blue Romance #CAFEC8

Tints of Blue Romance #CAFEC8

Color information

#CAFEC8 (or 0xCAFEC8) is unknown color: approx Blue Romance. HEX triplet: CA, FE and C8. RGB value is (202,254,200). Sum of RGB (Red+Green+Blue) = 202+254+200=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC8 is #350137. Grayscale: #E8E8E8. Windows color (decimal): -3473720 or 13172426. OLE color: 13172426.

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

Color convert

RGB202254200-
CMYK0.2000.210.00
HSL117.78º96.43%89.02%-
HSV(B)117.78º21.26%99.61%-
XYZ70.2287.6167.85-
YUV232.3109.77106.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 200 (78.52% from 255) = 30.49%
R=30.79%
G=38.72%
B=30.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022542000.2000.210.00117.7896.4389.02
HexCAFEC8140150766059
Octal312376310240250166140131
Binary110010101111111011001000101000101010111011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEC8; }

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

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

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

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

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

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

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

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