#CEF0FA

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

Shades of Pattens Blue #CEF0FA

Tints of Pattens Blue #CEF0FA

Color information

#CEF0FA (or 0xCEF0FA) is unknown color: approx Pattens Blue. HEX triplet: CE, F0 and FA. RGB value is (206,240,250). Sum of RGB (Red+Green+Blue) = 206+240+250=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0FA is #310F05. Grayscale: #E6E6E6. Windows color (decimal): -3215110 or 16445646. OLE color: 16445646.

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

Color convert

RGB206240250-
CMYK0.180.0400.02
HSL193.64º81.48%89.41%-
HSV(B)193.64º17.6%98.04%-
XYZ73.8782.34102.44-
YUV230.97138.74110.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.60%
GREEN value IS 240 (94.14% from 255) = 34.48%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=29.60%
G=34.48%
B=35.92%

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
Decimal2062402500.180.0400.02193.6481.4889.41
HexCEF0FA12402c25159
Octal31636037222402302121131
Binary110011101111000011111010100101000101100001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0FA; }

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

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

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

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

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

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

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

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