Html Css Color HEX #CFE1EF Pattens Blue

📋 copy color: '#CFE1EF'

red 207 ◦ green 225 ◦ blue 239

#CFE1EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CFE1EF

Tints of Pattens Blue #CFE1EF

RGB

 RED value IS 207 (81.25% from 255) = 30.85%

 GREEN value IS 225 (88.28% from 255) = 33.53%

 BLUE value IS 239 (93.75% from 255) = 35.62%

R = 30.85%
G = 33.53%
B = 35.62%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFE1EF (or 0xCFE1EF) is known color: Pattens Blue. HEX triplet: CF, E1 and EF. RGB value is (207,225,239). Sum of RGB (Red+Green+Blue) = 207+225+239=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1EF is #301E10. Grayscale: #DDDDDD. Windows color (decimal): -3153425 or 15720911. OLE color: 15720911.

HSL color Cylindrical-coordinate representation of color #CFE1EF: hue angle of 206.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE1EF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 225 239 -
CMYK 0.13 0.06 0 0.06
HSL 206.25º 0.5% 0.87% -
HSV(B) 206.25º 0.13% 0.94% -
XYZ 68.24 73.35 92.22 -
YUV 221.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 207 225 239 0.13 0.06 0 0.06 206.25 0.5 0.87
Hex CF E1 EF D 6 0 6 CE 32 57
Octal 317 341 357 15 6 0 6 316 62 127
Binary 11001111 11100001 11101111 1101 110 0 110 11001110 110010 1010111

Color Harmonies of #CFE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1EF

Black with #CFE1EF

Text Example


Text Example

White with #CFE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1EF; }

 p { color: rgb(207,225,239); }

 H1.HeaderClassName
 {
   color: #CFE1EF;
 }
 .AnyTagClassName
 {
   color: #CFE1EF;
 }
</style>

background-color css

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

 a { background-color: rgb(207,225,239); }

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

border-color css

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

 span { border-color: rgb(207,225,239); }

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