#CAFEFD

Color #CAFEFD Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CAFEFD

Tints of Light Cyan #CAFEFD

Color information

#CAFEFD (or 0xCAFEFD) is unknown color: approx Light Cyan. HEX triplet: CA, FE and FD. RGB value is (202,254,253). Sum of RGB (Red+Green+Blue) = 202+254+253=709 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.49% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEFD is #350102. Grayscale: #EEEEEE. Windows color (decimal): -3473667 or 16645834. OLE color: 16645834.

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

Color convert

RGB202254253-
CMYK0.2000.000.00
HSL178.85º96.3%89.41%-
HSV(B)178.85º20.47%99.61%-
XYZ77.5390.53106.32-
YUV238.34136.27102.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.49%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=28.49%
G=35.83%
B=35.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022542530.2000.000.00178.8596.389.41
HexCAFEFD14000b36059
Octal31237637524000263140131
Binary110010101111111011111101101000001011001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEFD; }

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

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

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

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

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

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

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

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