#CEF2FF

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

Shades of Pattens Blue #CEF2FF

Tints of Pattens Blue #CEF2FF

Color information

#CEF2FF (or 0xCEF2FF) is unknown color: approx Pattens Blue. HEX triplet: CE, F2 and FF. RGB value is (206,242,255). Sum of RGB (Red+Green+Blue) = 206+242+255=703 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.30% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2FF is #310D00. Grayscale: #E8E8E8. Windows color (decimal): -3214593 or 16773838. OLE color: 16773838.

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

Color convert

RGB206242255-
CMYK0.190.0500
HSL195.92º100%90.39%-
HSV(B)195.92º19.22%100%-
XYZ75.2683.85106.83-
YUV232.72140.57108.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.30%
GREEN value IS 242 (94.92% from 255) = 34.42%
BLUE value IS 255 (100% from 255) = 36.27%
R=29.30%
G=34.42%
B=36.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062422550.190.0500195.9210090.39
HexCEF2FF13500c4645a
Octal31636237723500304144132
Binary11001110111100101111111110011101001100010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2FF; }

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

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

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

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

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

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

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

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