Html Css Color HEX #CFE5FD Pattens Blue

📋 copy color: '#CFE5FD'

red 207 ◦ green 229 ◦ blue 253

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

Shades of Pattens Blue #CFE5FD

Tints of Pattens Blue #CFE5FD

RGB

 RED value IS 207 (81.25% from 255) = 30.04%

 GREEN value IS 229 (89.84% from 255) = 33.24%

 BLUE value IS 253 (99.22% from 255) = 36.72%

R = 30.04%
G = 33.24%
B = 36.72%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFE5FD (or 0xCFE5FD) is known color: Pattens Blue. HEX triplet: CF, E5 and FD. RGB value is (207,229,253). Sum of RGB (Red+Green+Blue) = 207+229+253=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5FD is #301A02. Grayscale: #E1E1E1. Windows color (decimal): -3152387 or 16639439. OLE color: 16639439.

HSL color Cylindrical-coordinate representation of color #CFE5FD: hue angle of 211.3º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE5FD is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 229 253 -
CMYK 0.18 0.09 0 0.01
HSL 211.3º 0.92% 0.9% -
HSV(B) 211.3º 0.18% 0.99% -
XYZ 71.48 76.4 103.91 -
YUV 225.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 207 229 253 0.18 0.09 0 0.01 211.3 0.92 0.9
Hex CF E5 FD 12 9 0 1 D3 5C 5A
Octal 317 345 375 22 11 0 1 323 134 132
Binary 11001111 11100101 11111101 10010 1001 0 1 11010011 1011100 1011010

Color Harmonies of #CFE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5FD

Black with #CFE5FD

Text Example


Text Example

White with #CFE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5FD; }

 p { color: rgb(207,229,253); }

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

background-color css

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

 a { background-color: rgb(207,229,253); }

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

border-color css

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

 span { border-color: rgb(207,229,253); }

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