Html Css Color HEX #D5F2FE Pattens Blue

📋 copy color: '#D5F2FE'

red 213 ◦ green 242 ◦ blue 254

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

Shades of Pattens Blue #D5F2FE

Tints of Pattens Blue #D5F2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.13%

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

R = 30.04%
G = 34.13%
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

#D5F2FE (or 0xD5F2FE) is known color: Pattens Blue. HEX triplet: D5, F2 and FE. RGB value is (213,242,254). Sum of RGB (Red+Green+Blue) = 213+242+254=709 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.04% from 709); Green value is 242 (94.92% from 255 or 34.13% 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 #D5F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F2FE is #2A0D01. Grayscale: #EAEAEA. Windows color (decimal): -2755842 or 16708309. OLE color: 16708309.

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

Color convert

RGB 213 242 254 -
CMYK 0.16 0.05 0 0.00
HSL 197.56º 0.95% 0.92% -
HSV(B) 197.56º 0.16% 1% -
XYZ 77.08 84.81 106.07 -
YUV 234.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 213 242 254 0.16 0.05 0 0.00 197.56 0.95 0.92
Hex D5 F2 FE 10 5 0 0 C6 5F 5C
Octal 325 362 376 20 5 0 0 306 137 134
Binary 11010101 11110010 11111110 10000 101 0 0 11000110 1011111 1011100

Color Harmonies of #D5F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2FE

Black with #D5F2FE

Text Example


Text Example

White with #D5F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2FE; }

 p { color: rgb(213,242,254); }

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

background-color css

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

 a { background-color: rgb(213,242,254); }

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

border-color css

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

 span { border-color: rgb(213,242,254); }

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