Html Css Color HEX #D7EEFF Pattens Blue

📋 copy color: '#D7EEFF'

red 215 ◦ green 238 ◦ blue 255

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

Shades of Pattens Blue #D7EEFF

Tints of Pattens Blue #D7EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.62%

 BLUE value IS 255 (100% from 255) = 36.02%

R = 30.37%
G = 33.62%
B = 36.02%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7EEFF (or 0xD7EEFF) is known color: Pattens Blue. HEX triplet: D7, EE and FF. RGB value is (215,238,255). Sum of RGB (Red+Green+Blue) = 215+238+255=708 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.37% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EEFF is #281100. Grayscale: #E8E8E8. Windows color (decimal): -2625793 or 16772823. OLE color: 16772823.

HSL color Cylindrical-coordinate representation of color #D7EEFF: hue angle of 205.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7EEFF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 238 255 -
CMYK 0.16 0.07 0 0
HSL 205.5º 1% 0.92% -
HSV(B) 205.5º 0.16% 1% -
XYZ 76.65 82.82 106.55 -
YUV 233.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 215 238 255 0.16 0.07 0 0 205.5 1 0.92
Hex D7 EE FF 10 7 0 0 CE 64 5C
Octal 327 356 377 20 7 0 0 316 144 134
Binary 11010111 11101110 11111111 10000 111 0 0 11001110 1100100 1011100

Color Harmonies of #D7EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EEFF

Black with #D7EEFF

Text Example


Text Example

White with #D7EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EEFF; }

 p { color: rgb(215,238,255); }

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

background-color css

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

 a { background-color: rgb(215,238,255); }

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

border-color css

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

 span { border-color: rgb(215,238,255); }

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