#CEF1FD

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

Shades of Pattens Blue #CEF1FD

Tints of Pattens Blue #CEF1FD

Color information

#CEF1FD (or 0xCEF1FD) is unknown color: approx Pattens Blue. HEX triplet: CE, F1 and FD. RGB value is (206,241,253). Sum of RGB (Red+Green+Blue) = 206+241+253=700 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.43% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1FD is #310E02. Grayscale: #E7E7E7. Windows color (decimal): -3214851 or 16642510. OLE color: 16642510.

HSL color Cylindrical-coordinate representation of color #CEF1FD: hue angle of 195.32º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEF1FD is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206241253-
CMYK0.190.0500.01
HSL195.32º92.16%90%-
HSV(B)195.32º18.58%99.22%-
XYZ74.6483.12105.04-
YUV231.9139.9109.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.43%
GREEN value IS 241 (94.53% from 255) = 34.43%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=29.43%
G=34.43%
B=36.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062412530.190.0500.01195.3292.1690
HexCEF1FD13501c35c5a
Octal31636137523501303134132
Binary11001110111100011111110110011101011100001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1FD; }

 p { color: rgb(206,241,253); }

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

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

 a { background-color: rgb(206,241,253); }

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

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

 span { border-color: rgb(206,241,253); }

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