Html Css Color HEX #D6F1FE Pattens Blue

📋 copy color: '#D6F1FE'

red 214 ◦ green 241 ◦ blue 254

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

Shades of Pattens Blue #D6F1FE

Tints of Pattens Blue #D6F1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.99%

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

R = 30.18%
G = 33.99%
B = 35.83%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6F1FE (or 0xD6F1FE) is known color: Pattens Blue. HEX triplet: D6, F1 and FE. RGB value is (214,241,254). Sum of RGB (Red+Green+Blue) = 214+241+254=709 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.18% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F1FE is #290E01. Grayscale: #EAEAEA. Windows color (decimal): -2690562 or 16708054. OLE color: 16708054.

HSL color Cylindrical-coordinate representation of color #D6F1FE: hue angle of 199.5º 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 #D6F1FE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 241 254 -
CMYK 0.16 0.05 0 0.00
HSL 199.5º 0.95% 0.92% -
HSV(B) 199.5º 0.16% 1% -
XYZ 77.08 84.36 105.99 -
YUV 234.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 214 241 254 0.16 0.05 0 0.00 199.5 0.95 0.92
Hex D6 F1 FE 10 5 0 0 C8 5F 5C
Octal 326 361 376 20 5 0 0 310 137 134
Binary 11010110 11110001 11111110 10000 101 0 0 11001000 1011111 1011100

Color Harmonies of #D6F1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F1FE

Black with #D6F1FE

Text Example


Text Example

White with #D6F1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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