Html Css Color HEX #CFE6F9 Pattens Blue

📋 copy color: '#CFE6F9'

red 207 ◦ green 230 ◦ blue 249

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

Shades of Pattens Blue #CFE6F9

Tints of Pattens Blue #CFE6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.3%

R = 30.17%
G = 33.53%
B = 36.3%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFE6F9 (or 0xCFE6F9) is known color: Pattens Blue. HEX triplet: CF, E6 and F9. RGB value is (207,230,249). Sum of RGB (Red+Green+Blue) = 207+230+249=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6F9 is #301906. Grayscale: #E1E1E1. Windows color (decimal): -3152135 or 16377551. OLE color: 16377551.

HSL color Cylindrical-coordinate representation of color #CFE6F9: hue angle of 207.14º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE6F9 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 230 249 -
CMYK 0.17 0.08 0 0.02
HSL 207.14º 0.78% 0.89% -
HSV(B) 207.14º 0.17% 0.98% -
XYZ 71.13 76.7 100.68 -
YUV 225.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 207 230 249 0.17 0.08 0 0.02 207.14 0.78 0.89
Hex CF E6 F9 11 8 0 2 CF 4E 59
Octal 317 346 371 21 10 0 2 317 116 131
Binary 11001111 11100110 11111001 10001 1000 0 10 11001111 1001110 1011001

Color Harmonies of #CFE6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6F9

Black with #CFE6F9

Text Example


Text Example

White with #CFE6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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