Html Css Color HEX #D6EAFC Pattens Blue

📋 copy color: '#D6EAFC'

red 214 ◦ green 234 ◦ blue 252

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

Shades of Pattens Blue #D6EAFC

Tints of Pattens Blue #D6EAFC

RGB

 RED value IS 214 (83.98% from 255) = 30.57%

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

 BLUE value IS 252 (98.83% from 255) = 36%

R = 30.57%
G = 33.43%
B = 36%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6EAFC (or 0xD6EAFC) is known color: Pattens Blue. HEX triplet: D6, EA and FC. RGB value is (214,234,252). Sum of RGB (Red+Green+Blue) = 214+234+252=700 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.57% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAFC is #291503. Grayscale: #E5E5E5. Windows color (decimal): -2692356 or 16575190. OLE color: 16575190.

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

Color convert

RGB 214 234 252 -
CMYK 0.15 0.07 0 0.01
HSL 208.42º 0.86% 0.91% -
HSV(B) 208.42º 0.15% 0.99% -
XYZ 74.73 80.17 103.63 -
YUV 230.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 214 234 252 0.15 0.07 0 0.01 208.42 0.86 0.91
Hex D6 EA FC F 7 0 1 D0 56 5B
Octal 326 352 374 17 7 0 1 320 126 133
Binary 11010110 11101010 11111100 1111 111 0 1 11010000 1010110 1011011

Color Harmonies of #D6EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAFC

Black with #D6EAFC

Text Example


Text Example

White with #D6EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAFC; }

 p { color: rgb(214,234,252); }

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

background-color css

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

 a { background-color: rgb(214,234,252); }

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

border-color css

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

 span { border-color: rgb(214,234,252); }

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