Html Css Color HEX #CFE0EA Pattens Blue

📋 copy color: '#CFE0EA'

red 207 ◦ green 224 ◦ blue 234

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

Shades of Pattens Blue #CFE0EA

Tints of Pattens Blue #CFE0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.68%

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

R = 31.13%
G = 33.68%
B = 35.19%

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

#CFE0EA (or 0xCFE0EA) is known color: Pattens Blue. HEX triplet: CF, E0 and EA. RGB value is (207,224,234). Sum of RGB (Red+Green+Blue) = 207+224+234=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0EA is #301F15. Grayscale: #DCDCDC. Windows color (decimal): -3153686 or 15392975. OLE color: 15392975.

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

Color convert

RGB 207 224 234 -
CMYK 0.12 0.04 0 0.08
HSL 202.22º 0.39% 0.86% -
HSV(B) 202.22º 0.12% 0.92% -
XYZ 67.24 72.52 88.3 -
YUV 220.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 207 224 234 0.12 0.04 0 0.08 202.22 0.39 0.86
Hex CF E0 EA C 4 0 8 CA 27 56
Octal 317 340 352 14 4 0 10 312 47 126
Binary 11001111 11100000 11101010 1100 100 0 1000 11001010 100111 1010110

Color Harmonies of #CFE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0EA

Black with #CFE0EA

Text Example


Text Example

White with #CFE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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