Html Css Color HEX #CDEBFA Pattens Blue

📋 copy color: '#CDEBFA'

red 205 ◦ green 235 ◦ blue 250

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

Shades of Pattens Blue #CDEBFA

Tints of Pattens Blue #CDEBFA

RGB

 RED value IS 205 (80.47% from 255) = 29.71%

 GREEN value IS 235 (92.19% from 255) = 34.06%

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 29.71%
G = 34.06%
B = 36.23%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDEBFA (or 0xCDEBFA) is known color: Pattens Blue. HEX triplet: CD, EB and FA. RGB value is (205,235,250). Sum of RGB (Red+Green+Blue) = 205+235+250=690 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.71% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBFA is #321405. Grayscale: #E3E3E3. Windows color (decimal): -3281926 or 16444365. OLE color: 16444365.

HSL color Cylindrical-coordinate representation of color #CDEBFA: hue angle of 200º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDEBFA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 235 250 -
CMYK 0.18 0.06 0 0.02
HSL 200º 0.82% 0.89% -
HSV(B) 200º 0.18% 0.98% -
XYZ 72.14 79.3 101.95 -
YUV 227.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 205 235 250 0.18 0.06 0 0.02 200 0.82 0.89
Hex CD EB FA 12 6 0 2 C8 52 59
Octal 315 353 372 22 6 0 2 310 122 131
Binary 11001101 11101011 11111010 10010 110 0 10 11001000 1010010 1011001

Color Harmonies of #CDEBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEBFA

Black with #CDEBFA

Text Example


Text Example

White with #CDEBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEBFA; }

 p { color: rgb(205,235,250); }

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

background-color css

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

 a { background-color: rgb(205,235,250); }

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

border-color css

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

 span { border-color: rgb(205,235,250); }

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