#CEF1FF

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

Shades of Pattens Blue #CEF1FF

Tints of Pattens Blue #CEF1FF

Color information

#CEF1FF (or 0xCEF1FF) is unknown color: approx Pattens Blue. HEX triplet: CE, F1 and FF. RGB value is (206,241,255). Sum of RGB (Red+Green+Blue) = 206+241+255=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1FF is #310E00. Grayscale: #E8E8E8. Windows color (decimal): -3214849 or 16773582. OLE color: 16773582.

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

Color convert

RGB206241255-
CMYK0.190.0500
HSL197.14º100%90.39%-
HSV(B)197.14º19.22%100%-
XYZ74.9683.25106.73-
YUV232.13140.9109.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.34%
GREEN value IS 241 (94.53% from 255) = 34.33%
BLUE value IS 255 (100% from 255) = 36.32%
R=29.34%
G=34.33%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062412550.190.0500197.1410090.39
HexCEF1FF13500c5645a
Octal31636137723500305144132
Binary11001110111100011111111110011101001100010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1FF; }

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

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

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

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

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

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

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

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