#CFF4FE

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

Shades of Pattens Blue #CFF4FE

Tints of Pattens Blue #CFF4FE

Color information

#CFF4FE (or 0xCFF4FE) is unknown color: approx Pattens Blue. HEX triplet: CF, F4 and FE. RGB value is (207,244,254). Sum of RGB (Red+Green+Blue) = 207+244+254=705 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.36% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF4FE is #300B01. Grayscale: #E9E9E9. Windows color (decimal): -3148546 or 16708815. OLE color: 16708815.

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

Color convert

RGB207244254-
CMYK0.190.0400.00
HSL192.77º95.92%90.39%-
HSV(B)192.77º18.5%99.61%-
XYZ75.9785.12106.19-
YUV234.08139.24108.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.36%
GREEN value IS 244 (95.70% from 255) = 34.61%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=29.36%
G=34.61%
B=36.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072442540.190.0400.00192.7795.9290.39
HexCFF4FE13400c1605a
Octal31736437623400301140132
Binary11001111111101001111111010011100001100000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF4FE; }

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

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

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

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

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

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

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

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