#CEF2FE

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

Shades of Pattens Blue #CEF2FE

Tints of Pattens Blue #CEF2FE

Color information

#CEF2FE (or 0xCEF2FE) is unknown color: approx Pattens Blue. HEX triplet: CE, F2 and FE. RGB value is (206,242,254). Sum of RGB (Red+Green+Blue) = 206+242+254=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2FE is #310D01. Grayscale: #E8E8E8. Windows color (decimal): -3214594 or 16708302. OLE color: 16708302.

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

Color convert

RGB206242254-
CMYK0.190.0500.00
HSL195º96%90.2%-
HSV(B)195º18.9%99.61%-
XYZ75.183.78105.98-
YUV232.6140.07109.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.34%
GREEN value IS 242 (94.92% from 255) = 34.47%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=29.34%
G=34.47%
B=36.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062422540.190.0500.001959690.2
HexCEF2FE13500c3605a
Octal31636237623500303140132
Binary11001110111100101111111010011101001100001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2FE; }

 p { color: rgb(206,242,254); }

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

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

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

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

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

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

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