Html Css Color HEX #DAF2FE Pattens Blue

📋 copy color: '#DAF2FE'

red 218 ◦ green 242 ◦ blue 254

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

Shades of Pattens Blue #DAF2FE

Tints of Pattens Blue #DAF2FE

RGB

 RED value IS 218 (85.55% from 255) = 30.53%

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

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

R = 30.53%
G = 33.89%
B = 35.57%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAF2FE (or 0xDAF2FE) is known color: Pattens Blue. HEX triplet: DA, F2 and FE. RGB value is (218,242,254). Sum of RGB (Red+Green+Blue) = 218+242+254=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FE is #250D01. Grayscale: #ECECEC. Windows color (decimal): -2428162 or 16708314. OLE color: 16708314.

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

Color convert

RGB 218 242 254 -
CMYK 0.14 0.05 0 0.00
HSL 200º 0.95% 0.93% -
HSV(B) 200º 0.14% 1% -
XYZ 78.55 85.57 106.14 -
YUV 236.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 218 242 254 0.14 0.05 0 0.00 200 0.95 0.93
Hex DA F2 FE E 5 0 0 C8 5F 5D
Octal 332 362 376 16 5 0 0 310 137 135
Binary 11011010 11110010 11111110 1110 101 0 0 11001000 1011111 1011101

Color Harmonies of #DAF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2FE

Black with #DAF2FE

Text Example


Text Example

White with #DAF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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