Html Css Color HEX #D5F2FC Pattens Blue

📋 copy color: '#D5F2FC'

red 213 ◦ green 242 ◦ blue 252

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

Shades of Pattens Blue #D5F2FC

Tints of Pattens Blue #D5F2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.64%

R = 30.13%
G = 34.23%
B = 35.64%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5F2FC (or 0xD5F2FC) is known color: Pattens Blue. HEX triplet: D5, F2 and FC. RGB value is (213,242,252). Sum of RGB (Red+Green+Blue) = 213+242+252=707 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.13% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5F2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F2FC is #2A0D03. Grayscale: #EAEAEA. Windows color (decimal): -2755844 or 16577237. OLE color: 16577237.

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

Color convert

RGB 213 242 252 -
CMYK 0.15 0.04 0 0.01
HSL 195.38º 0.87% 0.91% -
HSV(B) 195.38º 0.15% 0.99% -
XYZ 76.76 84.68 104.39 -
YUV 234.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 213 242 252 0.15 0.04 0 0.01 195.38 0.87 0.91
Hex D5 F2 FC F 4 0 1 C3 57 5B
Octal 325 362 374 17 4 0 1 303 127 133
Binary 11010101 11110010 11111100 1111 100 0 1 11000011 1010111 1011011

Color Harmonies of #D5F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2FC

Black with #D5F2FC

Text Example


Text Example

White with #D5F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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