Html Css Color HEX #CFEDFD Pattens Blue

📋 copy color: '#CFEDFD'

red 207 ◦ green 237 ◦ blue 253

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

Shades of Pattens Blue #CFEDFD

Tints of Pattens Blue #CFEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34%

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

R = 29.7%
G = 34%
B = 36.3%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFEDFD (or 0xCFEDFD) is known color: Pattens Blue. HEX triplet: CF, ED and FD. RGB value is (207,237,253). Sum of RGB (Red+Green+Blue) = 207+237+253=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDFD is #301202. Grayscale: #E5E5E5. Windows color (decimal): -3150339 or 16641487. OLE color: 16641487.

HSL color Cylindrical-coordinate representation of color #CFEDFD: hue angle of 200.87º 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 #CFEDFD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 237 253 -
CMYK 0.18 0.06 0 0.01
HSL 200.87º 0.92% 0.9% -
HSV(B) 200.87º 0.18% 0.99% -
XYZ 73.75 80.93 104.66 -
YUV 229.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 207 237 253 0.18 0.06 0 0.01 200.87 0.92 0.9
Hex CF ED FD 12 6 0 1 C9 5C 5A
Octal 317 355 375 22 6 0 1 311 134 132
Binary 11001111 11101101 11111101 10010 110 0 1 11001001 1011100 1011010

Color Harmonies of #CFEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDFD

Black with #CFEDFD

Text Example


Text Example

White with #CFEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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