#CFEBFC

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

Shades of Pattens Blue #CFEBFC

Tints of Pattens Blue #CFEBFC

Color information

#CFEBFC (or 0xCFEBFC) is unknown color: approx Pattens Blue. HEX triplet: CF, EB and FC. RGB value is (207,235,252). Sum of RGB (Red+Green+Blue) = 207+235+252=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBFC is #301403. Grayscale: #E4E4E4. Windows color (decimal): -3150852 or 16575439. OLE color: 16575439.

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

Color convert

RGB207235252-
CMYK0.180.0700.01
HSL202.67º88.24%90%-
HSV(B)202.67º17.86%98.82%-
XYZ73.0179.71103.63-
YUV228.57141.22112.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.83%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=29.83%
G=33.86%
B=36.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072352520.180.0700.01202.6788.2490
HexCFEBFC12701cb585a
Octal31735337422701313130132
Binary11001111111010111111110010010111011100101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBFC; }

 p { color: rgb(207,235,252); }

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

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

 a { background-color: rgb(207,235,252); }

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

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

 span { border-color: rgb(207,235,252); }

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