Html Css Color HEX #CFE5EB Pattens Blue

📋 copy color: '#CFE5EB'

red 207 ◦ green 229 ◦ blue 235

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

Shades of Pattens Blue #CFE5EB

Tints of Pattens Blue #CFE5EB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.13%

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

R = 30.85%
G = 34.13%
B = 35.02%

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

#CFE5EB (or 0xCFE5EB) is known color: Pattens Blue. HEX triplet: CF, E5 and EB. RGB value is (207,229,235). Sum of RGB (Red+Green+Blue) = 207+229+235=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5EB is #301A14. Grayscale: #DFDFDF. Windows color (decimal): -3152405 or 15459791. OLE color: 15459791.

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

Color convert

RGB 207 229 235 -
CMYK 0.12 0.03 0 0.08
HSL 192.86º 0.41% 0.87% -
HSV(B) 192.86º 0.12% 0.92% -
XYZ 68.75 75.3 89.51 -
YUV 223.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 207 229 235 0.12 0.03 0 0.08 192.86 0.41 0.87
Hex CF E5 EB C 3 0 8 C1 29 57
Octal 317 345 353 14 3 0 10 301 51 127
Binary 11001111 11100101 11101011 1100 11 0 1000 11000001 101001 1010111

Color Harmonies of #CFE5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5EB

Black with #CFE5EB

Text Example


Text Example

White with #CFE5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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