Html Css Color HEX #69FDEB Baby Blue

📋 copy color: '#69FDEB'

red 105 ◦ green 253 ◦ blue 235

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

Shades of Baby Blue #69FDEB

Tints of Baby Blue #69FDEB

RGB

 RED value IS 105 (41.41% from 255) = 17.71%

 GREEN value IS 253 (99.22% from 255) = 42.66%

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 17.71%
G = 42.66%
B = 39.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#69FDEB (or 0x69FDEB) is known color: Baby Blue. HEX triplet: 69, FD and EB. RGB value is (105,253,235). Sum of RGB (Red+Green+Blue) = 105+253+235=593 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.71% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FDEB is #960214. Grayscale: #CECECE. Windows color (decimal): -9830933 or 15465833. OLE color: 15465833.

HSL color Cylindrical-coordinate representation of color #69FDEB: hue angle of 172.7º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FDEB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 253 235 -
CMYK 0.58 0 0.07 0.01
HSL 172.7º 0.97% 0.7% -
HSV(B) 172.7º 0.58% 0.99% -
XYZ 55.95 79.25 90.95 -
YUV 206.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 105 253 235 0.58 0 0.07 0.01 172.7 0.97 0.7
Hex 69 FD EB 3A 0 7 1 AD 61 46
Octal 151 375 353 72 0 7 1 255 141 106
Binary 1101001 11111101 11101011 111010 0 111 1 10101101 1100001 1000110

Color Harmonies of #69FDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69FDEB

Black with #69FDEB

Text Example


Text Example

White with #69FDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69FDEB; }

 p { color: rgb(105,253,235); }

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

background-color css

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

 a { background-color: rgb(105,253,235); }

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

border-color css

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

 span { border-color: rgb(105,253,235); }

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