Html Css Color HEX #D7EFF9 Pattens Blue

📋 copy color: '#D7EFF9'

red 215 ◦ green 239 ◦ blue 249

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

Shades of Pattens Blue #D7EFF9

Tints of Pattens Blue #D7EFF9

RGB

 RED value IS 215 (84.38% from 255) = 30.58%

 GREEN value IS 239 (93.75% from 255) = 34%

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

R = 30.58%
G = 34%
B = 35.42%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7EFF9 (or 0xD7EFF9) is known color: Pattens Blue. HEX triplet: D7, EF and F9. RGB value is (215,239,249). Sum of RGB (Red+Green+Blue) = 215+239+249=703 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.58% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7EFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFF9 is #281006. Grayscale: #E8E8E8. Windows color (decimal): -2625543 or 16379863. OLE color: 16379863.

HSL color Cylindrical-coordinate representation of color #D7EFF9: hue angle of 197.65º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7EFF9 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 239 249 -
CMYK 0.14 0.04 0 0.02
HSL 197.65º 0.74% 0.91% -
HSV(B) 197.65º 0.14% 0.98% -
XYZ 75.99 83.02 101.64 -
YUV 232.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 215 239 249 0.14 0.04 0 0.02 197.65 0.74 0.91
Hex D7 EF F9 E 4 0 2 C6 4A 5B
Octal 327 357 371 16 4 0 2 306 112 133
Binary 11010111 11101111 11111001 1110 100 0 10 11000110 1001010 1011011

Color Harmonies of #D7EFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EFF9

Black with #D7EFF9

Text Example


Text Example

White with #D7EFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EFF9; }

 p { color: rgb(215,239,249); }

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

background-color css

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

 a { background-color: rgb(215,239,249); }

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

border-color css

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

 span { border-color: rgb(215,239,249); }

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