Html Css Color HEX #D6EEFE Pattens Blue

📋 copy color: '#D6EEFE'

red 214 ◦ green 238 ◦ blue 254

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

Shades of Pattens Blue #D6EEFE

Tints of Pattens Blue #D6EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.71%

 BLUE value IS 254 (99.61% from 255) = 35.98%

R = 30.31%
G = 33.71%
B = 35.98%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6EEFE (or 0xD6EEFE) is known color: Pattens Blue. HEX triplet: D6, EE and FE. RGB value is (214,238,254). Sum of RGB (Red+Green+Blue) = 214+238+254=706 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.31% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEFE is #291101. Grayscale: #E8E8E8. Windows color (decimal): -2691330 or 16707286. OLE color: 16707286.

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

Color convert

RGB 214 238 254 -
CMYK 0.16 0.06 0 0.00
HSL 204º 0.95% 0.92% -
HSV(B) 204º 0.16% 1% -
XYZ 76.2 82.6 105.69 -
YUV 232.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 214 238 254 0.16 0.06 0 0.00 204 0.95 0.92
Hex D6 EE FE 10 6 0 0 CC 5F 5C
Octal 326 356 376 20 6 0 0 314 137 134
Binary 11010110 11101110 11111110 10000 110 0 0 11001100 1011111 1011100

Color Harmonies of #D6EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEFE

Black with #D6EEFE

Text Example


Text Example

White with #D6EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEFE; }

 p { color: rgb(214,238,254); }

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

background-color css

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

 a { background-color: rgb(214,238,254); }

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

border-color css

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

 span { border-color: rgb(214,238,254); }

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