Html Css Color HEX #CFE1EA Pattens Blue

📋 copy color: '#CFE1EA'

red 207 ◦ green 225 ◦ blue 234

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

Shades of Pattens Blue #CFE1EA

Tints of Pattens Blue #CFE1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 31.08%
G = 33.78%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFE1EA (or 0xCFE1EA) is known color: Pattens Blue. HEX triplet: CF, E1 and EA. RGB value is (207,225,234). Sum of RGB (Red+Green+Blue) = 207+225+234=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1EA is #301E15. Grayscale: #DCDCDC. Windows color (decimal): -3153430 or 15393231. OLE color: 15393231.

HSL color Cylindrical-coordinate representation of color #CFE1EA: hue angle of 200º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE1EA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 225 234 -
CMYK 0.12 0.04 0 0.08
HSL 200º 0.39% 0.86% -
HSV(B) 200º 0.12% 0.92% -
XYZ 67.51 73.06 88.39 -
YUV 220.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 207 225 234 0.12 0.04 0 0.08 200 0.39 0.86
Hex CF E1 EA C 4 0 8 C8 27 56
Octal 317 341 352 14 4 0 10 310 47 126
Binary 11001111 11100001 11101010 1100 100 0 1000 11001000 100111 1010110

Color Harmonies of #CFE1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1EA

Black with #CFE1EA

Text Example


Text Example

White with #CFE1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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