Html Css Color HEX #CFECF9 Pattens Blue

📋 copy color: '#CFECF9'

red 207 ◦ green 236 ◦ blue 249

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

Shades of Pattens Blue #CFECF9

Tints of Pattens Blue #CFECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.1%

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

R = 29.91%
G = 34.1%
B = 35.98%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFECF9 (or 0xCFECF9) is known color: Pattens Blue. HEX triplet: CF, EC and F9. RGB value is (207,236,249). Sum of RGB (Red+Green+Blue) = 207+236+249=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECF9 is #301306. Grayscale: #E4E4E4. Windows color (decimal): -3150599 or 16379087. OLE color: 16379087.

HSL color Cylindrical-coordinate representation of color #CFECF9: hue angle of 198.57º 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 #CFECF9 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 236 249 -
CMYK 0.17 0.05 0 0.02
HSL 198.57º 0.78% 0.89% -
HSV(B) 198.57º 0.17% 0.98% -
XYZ 72.83 80.1 101.24 -
YUV 228.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 207 236 249 0.17 0.05 0 0.02 198.57 0.78 0.89
Hex CF EC F9 11 5 0 2 C7 4E 59
Octal 317 354 371 21 5 0 2 307 116 131
Binary 11001111 11101100 11111001 10001 101 0 10 11000111 1001110 1011001

Color Harmonies of #CFECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFECF9

Black with #CFECF9

Text Example


Text Example

White with #CFECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFECF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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