Html Css Color HEX #D1F3FE Pattens Blue

📋 copy color: '#D1F3FE'

red 209 ◦ green 243 ◦ blue 254

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

Shades of Pattens Blue #D1F3FE

Tints of Pattens Blue #D1F3FE

RGB

 RED value IS 209 (82.03% from 255) = 29.6%

 GREEN value IS 243 (95.31% from 255) = 34.42%

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

R = 29.6%
G = 34.42%
B = 35.98%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D1F3FE (or 0xD1F3FE) is known color: Pattens Blue. HEX triplet: D1, F3 and FE. RGB value is (209,243,254). Sum of RGB (Red+Green+Blue) = 209+243+254=706 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.60% from 706); Green value is 243 (95.31% from 255 or 34.42% 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 #D1F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F3FE is #2E0C01. Grayscale: #EAEAEA. Windows color (decimal): -3017730 or 16708561. OLE color: 16708561.

HSL color Cylindrical-coordinate representation of color #D1F3FE: hue angle of 194.67º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1F3FE is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 243 254 -
CMYK 0.18 0.04 0 0.00
HSL 194.67º 0.96% 0.91% -
HSV(B) 194.67º 0.18% 1% -
XYZ 76.23 84.81 106.12 -
YUV 234.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 209 243 254 0.18 0.04 0 0.00 194.67 0.96 0.91
Hex D1 F3 FE 12 4 0 0 C3 60 5B
Octal 321 363 376 22 4 0 0 303 140 133
Binary 11010001 11110011 11111110 10010 100 0 0 11000011 1100000 1011011

Color Harmonies of #D1F3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F3FE

Black with #D1F3FE

Text Example


Text Example

White with #D1F3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F3FE; }

 p { color: rgb(209,243,254); }

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

background-color css

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

 a { background-color: rgb(209,243,254); }

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

border-color css

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

 span { border-color: rgb(209,243,254); }

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