#CFEBFE

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

Shades of Pattens Blue #CFEBFE

Tints of Pattens Blue #CFEBFE

Color information

#CFEBFE (or 0xCFEBFE) is unknown color: approx Pattens Blue. HEX triplet: CF, EB and FE. RGB value is (207,235,254). Sum of RGB (Red+Green+Blue) = 207+235+254=696 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.74% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBFE is #301401. Grayscale: #E4E4E4. Windows color (decimal): -3150850 or 16706511. OLE color: 16706511.

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

Color convert

RGB207235254-
CMYK0.190.0700.00
HSL204.26º95.92%90.39%-
HSV(B)204.26º18.5%99.61%-
XYZ73.3379.84105.31-
YUV228.79142.22112.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.74%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=29.74%
G=33.76%
B=36.49%

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
Decimal2072352540.190.0700.00204.2695.9290.39
HexCFEBFE13700cc605a
Octal31735337623700314140132
Binary11001111111010111111111010011111001100110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBFE; }

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

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

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

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

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

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

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

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