#CEF1FE

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

Shades of Pattens Blue #CEF1FE

Tints of Pattens Blue #CEF1FE

Color information

#CEF1FE (or 0xCEF1FE) is unknown color: approx Pattens Blue. HEX triplet: CE, F1 and FE. RGB value is (206,241,254). Sum of RGB (Red+Green+Blue) = 206+241+254=701 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.39% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1FE is #310E01. Grayscale: #E7E7E7. Windows color (decimal): -3214850 or 16708046. OLE color: 16708046.

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

Color convert

RGB206241254-
CMYK0.190.0500.00
HSL196.25º96%90.2%-
HSV(B)196.25º18.9%99.61%-
XYZ74.883.19105.88-
YUV232.02140.4109.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.39%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=29.39%
G=34.38%
B=36.23%

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
Decimal2062412540.190.0500.00196.259690.2
HexCEF1FE13500c4605a
Octal31636137623500304140132
Binary11001110111100011111111010011101001100010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1FE; }

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

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

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

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

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

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

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

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