#CEE7FE

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

Shades of Pattens Blue #CEE7FE

Tints of Pattens Blue #CEE7FE

Color information

#CEE7FE (or 0xCEE7FE) is unknown color: approx Pattens Blue. HEX triplet: CE, E7 and FE. RGB value is (206,231,254). Sum of RGB (Red+Green+Blue) = 206+231+254=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7FE is #311801. Grayscale: #E2E2E2. Windows color (decimal): -3217410 or 16705486. OLE color: 16705486.

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

Color convert

RGB206231254-
CMYK0.190.0900.00
HSL208.75º96%90.2%-
HSV(B)208.75º18.9%99.61%-
XYZ71.9277.43104.92-
YUV226.15143.72113.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.81%
GREEN value IS 231 (90.62% from 255) = 33.43%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=29.81%
G=33.43%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062312540.190.0900.00208.759690.2
HexCEE7FE13900d1605a
Octal316347376231100321140132
Binary110011101110011111111110100111001001101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7FE; }

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

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

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

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

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

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

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

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