#CEEFFA

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

Shades of Pattens Blue #CEEFFA

Tints of Pattens Blue #CEEFFA

Color information

#CEEFFA (or 0xCEEFFA) is unknown color: approx Pattens Blue. HEX triplet: CE, EF and FA. RGB value is (206,239,250). Sum of RGB (Red+Green+Blue) = 206+239+250=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEEFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFFA is #311005. Grayscale: #E6E6E6. Windows color (decimal): -3215366 or 16445390. OLE color: 16445390.

HSL color Cylindrical-coordinate representation of color #CEEFFA: hue angle of 195º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEFFA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206239250-
CMYK0.180.0400.02
HSL195º81.48%89.41%-
HSV(B)195º17.6%98.04%-
XYZ73.5881.76102.35-
YUV230.39139.07110.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.64%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=29.64%
G=34.39%
B=35.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062392500.180.0400.0219581.4889.41
HexCEEFFA12402c35159
Octal31635737222402303121131
Binary110011101110111111111010100101000101100001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFFA; }

 p { color: rgb(206,239,250); }

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

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

 a { background-color: rgb(206,239,250); }

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

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

 span { border-color: rgb(206,239,250); }

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