Html Css Color HEX #CFE3F9 Pattens Blue

📋 copy color: '#CFE3F9'

red 207 ◦ green 227 ◦ blue 249

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

Shades of Pattens Blue #CFE3F9

Tints of Pattens Blue #CFE3F9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.24%

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

R = 30.31%
G = 33.24%
B = 36.46%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFE3F9 (or 0xCFE3F9) is known color: Pattens Blue. HEX triplet: CF, E3 and F9. RGB value is (207,227,249). Sum of RGB (Red+Green+Blue) = 207+227+249=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3F9 is #301C06. Grayscale: #DFDFDF. Windows color (decimal): -3152903 or 16376783. OLE color: 16376783.

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

Color convert

RGB 207 227 249 -
CMYK 0.17 0.09 0 0.02
HSL 211.43º 0.78% 0.89% -
HSV(B) 211.43º 0.17% 0.98% -
XYZ 70.3 75.04 100.4 -
YUV 223.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 207 227 249 0.17 0.09 0 0.02 211.43 0.78 0.89
Hex CF E3 F9 11 9 0 2 D3 4E 59
Octal 317 343 371 21 11 0 2 323 116 131
Binary 11001111 11100011 11111001 10001 1001 0 10 11010011 1001110 1011001

Color Harmonies of #CFE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE3F9

Black with #CFE3F9

Text Example


Text Example

White with #CFE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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