#CEF4FE

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

Shades of Pattens Blue #CEF4FE

Tints of Pattens Blue #CEF4FE

Color information

#CEF4FE (or 0xCEF4FE) is unknown color: approx Pattens Blue. HEX triplet: CE, F4 and FE. RGB value is (206,244,254). Sum of RGB (Red+Green+Blue) = 206+244+254=704 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.26% from 704); Green value is 244 (95.70% from 255 or 34.66% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF4FE is #310B01. Grayscale: #E9E9E9. Windows color (decimal): -3214082 or 16708814. OLE color: 16708814.

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

Color convert

RGB206244254-
CMYK0.190.0400.00
HSL192.5º96%90.2%-
HSV(B)192.5º18.9%99.61%-
XYZ75.6984.98106.18-
YUV233.78139.41108.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.26%
GREEN value IS 244 (95.70% from 255) = 34.66%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=29.26%
G=34.66%
B=36.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062442540.190.0400.00192.59690.2
HexCEF4FE13400c0605a
Octal31636437623400300140132
Binary11001110111101001111111010011100001100000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF4FE; }

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

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

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

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

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

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

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

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