Html Css Color HEX #CFE4EA Pattens Blue

📋 copy color: '#CFE4EA'

red 207 ◦ green 228 ◦ blue 234

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

Shades of Pattens Blue #CFE4EA

Tints of Pattens Blue #CFE4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.08%

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

R = 30.94%
G = 34.08%
B = 34.98%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFE4EA (or 0xCFE4EA) is known color: Pattens Blue. HEX triplet: CF, E4 and EA. RGB value is (207,228,234). Sum of RGB (Red+Green+Blue) = 207+228+234=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE4EA is #301B15. Grayscale: #DEDEDE. Windows color (decimal): -3152662 or 15393999. OLE color: 15393999.

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

Color convert

RGB 207 228 234 -
CMYK 0.12 0.03 0 0.08
HSL 193.33º 0.39% 0.86% -
HSV(B) 193.33º 0.12% 0.92% -
XYZ 68.33 74.69 88.66 -
YUV 222.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 207 228 234 0.12 0.03 0 0.08 193.33 0.39 0.86
Hex CF E4 EA C 3 0 8 C1 27 56
Octal 317 344 352 14 3 0 10 301 47 126
Binary 11001111 11100100 11101010 1100 11 0 1000 11000001 100111 1010110

Color Harmonies of #CFE4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4EA

Black with #CFE4EA

Text Example


Text Example

White with #CFE4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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