#CEEBFE

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

Shades of Pattens Blue #CEEBFE

Tints of Pattens Blue #CEEBFE

Color information

#CEEBFE (or 0xCEEBFE) is unknown color: approx Pattens Blue. HEX triplet: CE, EB and FE. RGB value is (206,235,254). Sum of RGB (Red+Green+Blue) = 206+235+254=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBFE is #311401. Grayscale: #E4E4E4. Windows color (decimal): -3216386 or 16706510. OLE color: 16706510.

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

Color convert

RGB206235254-
CMYK0.190.0700.00
HSL203.75º96%90.2%-
HSV(B)203.75º18.9%99.61%-
XYZ73.0579.69105.3-
YUV228.49142.39111.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.64%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=29.64%
G=33.81%
B=36.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062352540.190.0700.00203.759690.2
HexCEEBFE13700cc605a
Octal31635337623700314140132
Binary11001110111010111111111010011111001100110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBFE; }

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

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

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

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

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

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

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

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