Html Css Color HEX #D6EFFD Pattens Blue

📋 copy color: '#D6EFFD'

red 214 ◦ green 239 ◦ blue 253

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

Shades of Pattens Blue #D6EFFD

Tints of Pattens Blue #D6EFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.84%

R = 30.31%
G = 33.85%
B = 35.84%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6EFFD (or 0xD6EFFD) is known color: Pattens Blue. HEX triplet: D6, EF and FD. RGB value is (214,239,253). Sum of RGB (Red+Green+Blue) = 214+239+253=706 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.31% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFFD is #291002. Grayscale: #E9E9E9. Windows color (decimal): -2691075 or 16642006. OLE color: 16642006.

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

Color convert

RGB 214 239 253 -
CMYK 0.15 0.06 0 0.01
HSL 201.54º 0.91% 0.92% -
HSV(B) 201.54º 0.15% 0.99% -
XYZ 76.33 83.12 104.95 -
YUV 233.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 214 239 253 0.15 0.06 0 0.01 201.54 0.91 0.92
Hex D6 EF FD F 6 0 1 CA 5B 5C
Octal 326 357 375 17 6 0 1 312 133 134
Binary 11010110 11101111 11111101 1111 110 0 1 11001010 1011011 1011100

Color Harmonies of #D6EFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFFD

Black with #D6EFFD

Text Example


Text Example

White with #D6EFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFFD; }

 p { color: rgb(214,239,253); }

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

background-color css

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

 a { background-color: rgb(214,239,253); }

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

border-color css

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

 span { border-color: rgb(214,239,253); }

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