Html Css Color HEX #D8EFFE Pattens Blue

📋 copy color: '#D8EFFE'

red 216 ◦ green 239 ◦ blue 254

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

Shades of Pattens Blue #D8EFFE

Tints of Pattens Blue #D8EFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.83%

R = 30.47%
G = 33.71%
B = 35.83%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D8EFFE (or 0xD8EFFE) is known color: Pattens Blue. HEX triplet: D8, EF and FE. RGB value is (216,239,254). Sum of RGB (Red+Green+Blue) = 216+239+254=709 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.47% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EFFE is #271001. Grayscale: #E9E9E9. Windows color (decimal): -2560002 or 16707544. OLE color: 16707544.

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

Color convert

RGB 216 239 254 -
CMYK 0.15 0.06 0 0.00
HSL 203.68º 0.95% 0.92% -
HSV(B) 203.68º 0.15% 1% -
XYZ 77.07 83.49 105.82 -
YUV 233.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 216 239 254 0.15 0.06 0 0.00 203.68 0.95 0.92
Hex D8 EF FE F 6 0 0 CC 5F 5C
Octal 330 357 376 17 6 0 0 314 137 134
Binary 11011000 11101111 11111110 1111 110 0 0 11001100 1011111 1011100

Color Harmonies of #D8EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EFFE

Black with #D8EFFE

Text Example


Text Example

White with #D8EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EFFE; }

 p { color: rgb(216,239,254); }

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

background-color css

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

 a { background-color: rgb(216,239,254); }

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

border-color css

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

 span { border-color: rgb(216,239,254); }

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