#CFEBFF

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

Shades of Pattens Blue #CFEBFF

Tints of Pattens Blue #CFEBFF

Color information

#CFEBFF (or 0xCFEBFF) is unknown color: approx Pattens Blue. HEX triplet: CF, EB and FF. RGB value is (207,235,255). Sum of RGB (Red+Green+Blue) = 207+235+255=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBFF is #301400. Grayscale: #E4E4E4. Windows color (decimal): -3150849 or 16772047. OLE color: 16772047.

HSL color Cylindrical-coordinate representation of color #CFEBFF: hue angle of 205º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEBFF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207235255-
CMYK0.190.0800
HSL205º100%90.59%-
HSV(B)205º18.82%100%-
XYZ73.4979.9106.16-
YUV228.91142.72112.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.70%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 255 (100% from 255) = 36.59%
R=29.70%
G=33.72%
B=36.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072352550.190.080020510090.59
HexCFEBFF13800cd645b
Octal317353377231000315144133
Binary110011111110101111111111100111000001100110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBFF; }

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

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

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

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

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

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

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

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