Html Css Color HEX #D6EAFF Pattens Blue

📋 copy color: '#D6EAFF'

red 214 ◦ green 234 ◦ blue 255

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

Shades of Pattens Blue #D6EAFF

Tints of Pattens Blue #D6EAFF

RGB

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

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

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

R = 30.44%
G = 33.29%
B = 36.27%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6EAFF (or 0xD6EAFF) is known color: Pattens Blue. HEX triplet: D6, EA and FF. RGB value is (214,234,255). Sum of RGB (Red+Green+Blue) = 214+234+255=703 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.44% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAFF is #291500. Grayscale: #E6E6E6. Windows color (decimal): -2692353 or 16771798. OLE color: 16771798.

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

Color convert

RGB 214 234 255 -
CMYK 0.16 0.08 0 0
HSL 210.73º 1% 0.92% -
HSV(B) 210.73º 0.16% 1% -
XYZ 75.2 80.36 106.16 -
YUV 230.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 214 234 255 0.16 0.08 0 0 210.73 1 0.92
Hex D6 EA FF 10 8 0 0 D3 64 5C
Octal 326 352 377 20 10 0 0 323 144 134
Binary 11010110 11101010 11111111 10000 1000 0 0 11010011 1100100 1011100

Color Harmonies of #D6EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAFF

Black with #D6EAFF

Text Example


Text Example

White with #D6EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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