Html Css Color HEX #CFE1EB Pattens Blue

📋 copy color: '#CFE1EB'

red 207 ◦ green 225 ◦ blue 235

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

Shades of Pattens Blue #CFE1EB

Tints of Pattens Blue #CFE1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.23%

R = 31.03%
G = 33.73%
B = 35.23%

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

#CFE1EB (or 0xCFE1EB) is known color: Pattens Blue. HEX triplet: CF, E1 and EB. RGB value is (207,225,235). Sum of RGB (Red+Green+Blue) = 207+225+235=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1EB is #301E14. Grayscale: #DCDCDC. Windows color (decimal): -3153429 or 15458767. OLE color: 15458767.

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

Color convert

RGB 207 225 235 -
CMYK 0.12 0.04 0 0.08
HSL 201.43º 0.41% 0.87% -
HSV(B) 201.43º 0.12% 0.92% -
XYZ 67.65 73.11 89.14 -
YUV 220.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 207 225 235 0.12 0.04 0 0.08 201.43 0.41 0.87
Hex CF E1 EB C 4 0 8 C9 29 57
Octal 317 341 353 14 4 0 10 311 51 127
Binary 11001111 11100001 11101011 1100 100 0 1000 11001001 101001 1010111

Color Harmonies of #CFE1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1EB

Black with #CFE1EB

Text Example


Text Example

White with #CFE1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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