Html Css Color HEX #D4EAFB Pattens Blue

📋 copy color: '#D4EAFB'

red 212 ◦ green 234 ◦ blue 251

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

Shades of Pattens Blue #D4EAFB

Tints of Pattens Blue #D4EAFB

RGB

 RED value IS 212 (83.2% from 255) = 30.42%

 GREEN value IS 234 (91.8% from 255) = 33.57%

 BLUE value IS 251 (98.44% from 255) = 36.01%

R = 30.42%
G = 33.57%
B = 36.01%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4EAFB (or 0xD4EAFB) is known color: Pattens Blue. HEX triplet: D4, EA and FB. RGB value is (212,234,251). Sum of RGB (Red+Green+Blue) = 212+234+251=697 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.42% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAFB is #2B1504. Grayscale: #E5E5E5. Windows color (decimal): -2823429 or 16509652. OLE color: 16509652.

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

Color convert

RGB 212 234 251 -
CMYK 0.16 0.07 0 0.02
HSL 206.15º 0.83% 0.91% -
HSV(B) 206.15º 0.16% 0.98% -
XYZ 73.99 79.81 102.77 -
YUV 229.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 212 234 251 0.16 0.07 0 0.02 206.15 0.83 0.91
Hex D4 EA FB 10 7 0 2 CE 53 5B
Octal 324 352 373 20 7 0 2 316 123 133
Binary 11010100 11101010 11111011 10000 111 0 10 11001110 1010011 1011011

Color Harmonies of #D4EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EAFB

Black with #D4EAFB

Text Example


Text Example

White with #D4EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EAFB; }

 p { color: rgb(212,234,251); }

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

background-color css

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

 a { background-color: rgb(212,234,251); }

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

border-color css

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

 span { border-color: rgb(212,234,251); }

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