Html Css Color HEX #D8EEFF Pattens Blue

📋 copy color: '#D8EEFF'

red 216 ◦ green 238 ◦ blue 255

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

Shades of Pattens Blue #D8EEFF

Tints of Pattens Blue #D8EEFF

RGB

 RED value IS 216 (84.77% from 255) = 30.47%

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

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

R = 30.47%
G = 33.57%
B = 35.97%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8EEFF (or 0xD8EEFF) is known color: Pattens Blue. HEX triplet: D8, EE and FF. RGB value is (216,238,255). Sum of RGB (Red+Green+Blue) = 216+238+255=709 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.47% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEFF is #271100. Grayscale: #E9E9E9. Windows color (decimal): -2560257 or 16772824. OLE color: 16772824.

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

Color convert

RGB 216 238 255 -
CMYK 0.15 0.07 0 0
HSL 206.15º 1% 0.92% -
HSV(B) 206.15º 0.15% 1% -
XYZ 76.94 82.97 106.57 -
YUV 233.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 216 238 255 0.15 0.07 0 0 206.15 1 0.92
Hex D8 EE FF F 7 0 0 CE 64 5C
Octal 330 356 377 17 7 0 0 316 144 134
Binary 11011000 11101110 11111111 1111 111 0 0 11001110 1100100 1011100

Color Harmonies of #D8EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EEFF

Black with #D8EEFF

Text Example


Text Example

White with #D8EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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