Html Css Color HEX #D5EFF6 Pattens Blue

📋 copy color: '#D5EFF6'

red 213 ◦ green 239 ◦ blue 246

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

Shades of Pattens Blue #D5EFF6

Tints of Pattens Blue #D5EFF6

RGB

 RED value IS 213 (83.59% from 255) = 30.52%

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

 BLUE value IS 246 (96.48% from 255) = 35.24%

R = 30.52%
G = 34.24%
B = 35.24%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D5EFF6 (or 0xD5EFF6) is known color: Pattens Blue. HEX triplet: D5, EF and F6. RGB value is (213,239,246). Sum of RGB (Red+Green+Blue) = 213+239+246=698 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.52% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5EFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFF6 is #2A1009. Grayscale: #E7E7E7. Windows color (decimal): -2756618 or 16183253. OLE color: 16183253.

HSL color Cylindrical-coordinate representation of color #D5EFF6: hue angle of 192.73º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5EFF6 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 239 246 -
CMYK 0.13 0.03 0 0.04
HSL 192.73º 0.65% 0.9% -
HSV(B) 192.73º 0.13% 0.96% -
XYZ 74.94 82.53 99.17 -
YUV 232.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 213 239 246 0.13 0.03 0 0.04 192.73 0.65 0.9
Hex D5 EF F6 D 3 0 4 C1 41 5A
Octal 325 357 366 15 3 0 4 301 101 132
Binary 11010101 11101111 11110110 1101 11 0 100 11000001 1000001 1011010

Color Harmonies of #D5EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFF6

Black with #D5EFF6

Text Example


Text Example

White with #D5EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFF6; }

 p { color: rgb(213,239,246); }

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

background-color css

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

 a { background-color: rgb(213,239,246); }

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

border-color css

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

 span { border-color: rgb(213,239,246); }

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