Html Css Color HEX #CFE7EF Pattens Blue

📋 copy color: '#CFE7EF'

red 207 ◦ green 231 ◦ blue 239

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

Shades of Pattens Blue #CFE7EF

Tints of Pattens Blue #CFE7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.12%

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 30.58%
G = 34.12%
B = 35.3%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFE7EF (or 0xCFE7EF) is known color: Pattens Blue. HEX triplet: CF, E7 and EF. RGB value is (207,231,239). Sum of RGB (Red+Green+Blue) = 207+231+239=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7EF is #301810. Grayscale: #E0E0E0. Windows color (decimal): -3151889 or 15722447. OLE color: 15722447.

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

Color convert

RGB 207 231 239 -
CMYK 0.13 0.03 0 0.06
HSL 195º 0.5% 0.87% -
HSV(B) 195º 0.13% 0.94% -
XYZ 69.89 76.65 92.77 -
YUV 224.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 207 231 239 0.13 0.03 0 0.06 195 0.5 0.87
Hex CF E7 EF D 3 0 6 C3 32 57
Octal 317 347 357 15 3 0 6 303 62 127
Binary 11001111 11100111 11101111 1101 11 0 110 11000011 110010 1010111

Color Harmonies of #CFE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7EF

Black with #CFE7EF

Text Example


Text Example

White with #CFE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7EF; }

 p { color: rgb(207,231,239); }

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

background-color css

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

 a { background-color: rgb(207,231,239); }

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

border-color css

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

 span { border-color: rgb(207,231,239); }

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