Html Css Color HEX #CFE6ED Pattens Blue

📋 copy color: '#CFE6ED'

red 207 ◦ green 230 ◦ blue 237

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

Shades of Pattens Blue #CFE6ED

Tints of Pattens Blue #CFE6ED

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.12%

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 30.71%
G = 34.12%
B = 35.16%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFE6ED (or 0xCFE6ED) is known color: Pattens Blue. HEX triplet: CF, E6 and ED. RGB value is (207,230,237). Sum of RGB (Red+Green+Blue) = 207+230+237=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6ED is #301912. Grayscale: #DFDFDF. Windows color (decimal): -3152147 or 15591119. OLE color: 15591119.

HSL color Cylindrical-coordinate representation of color #CFE6ED: hue angle of 194º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE6ED is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 230 237 -
CMYK 0.13 0.03 0 0.07
HSL 194º 0.45% 0.87% -
HSV(B) 194º 0.13% 0.93% -
XYZ 69.32 75.97 91.13 -
YUV 223.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 207 230 237 0.13 0.03 0 0.07 194 0.45 0.87
Hex CF E6 ED D 3 0 7 C2 2D 57
Octal 317 346 355 15 3 0 7 302 55 127
Binary 11001111 11100110 11101101 1101 11 0 111 11000010 101101 1010111

Color Harmonies of #CFE6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6ED

Black with #CFE6ED

Text Example


Text Example

White with #CFE6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6ED; }

 p { color: rgb(207,230,237); }

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

background-color css

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

 a { background-color: rgb(207,230,237); }

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

border-color css

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

 span { border-color: rgb(207,230,237); }

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