Html Css Color HEX #D4EAFA Pattens Blue

📋 copy color: '#D4EAFA'

red 212 ◦ green 234 ◦ blue 250

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

Shades of Pattens Blue #D4EAFA

Tints of Pattens Blue #D4EAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 30.46%
G = 33.62%
B = 35.92%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4EAFA (or 0xD4EAFA) is known color: Pattens Blue. HEX triplet: D4, EA and FA. RGB value is (212,234,250). Sum of RGB (Red+Green+Blue) = 212+234+250=696 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.46% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAFA is #2B1505. Grayscale: #E5E5E5. Windows color (decimal): -2823430 or 16444116. OLE color: 16444116.

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

Color convert

RGB 212 234 250 -
CMYK 0.15 0.06 0 0.02
HSL 205.26º 0.79% 0.91% -
HSV(B) 205.26º 0.15% 0.98% -
XYZ 73.83 79.74 101.94 -
YUV 229.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 212 234 250 0.15 0.06 0 0.02 205.26 0.79 0.91
Hex D4 EA FA F 6 0 2 CD 4F 5B
Octal 324 352 372 17 6 0 2 315 117 133
Binary 11010100 11101010 11111010 1111 110 0 10 11001101 1001111 1011011

Color Harmonies of #D4EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EAFA

Black with #D4EAFA

Text Example


Text Example

White with #D4EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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